Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config #413

Merged
merged 3 commits into from
Mar 16, 2021

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Feb 13, 2021

SUMMARY

Because we now define suboptions for network configuration we need to make sure that when some of them are None we remove them.

Depends on: ansible-collections/amazon.aws#262

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ec2_launch_template

ADDITIONAL INFORMATION

todo:

  • changelog
  • integration tests

@ansibullbot
Copy link

@ansibullbot ansibullbot added WIP Work in progress bug This issue/PR relates to a bug module module needs_triage owner_pr PR created by owner/maintainer plugins plugin (any type) small_patch Hopefully easy to review labels Feb 13, 2021
@stefanhorning
Copy link
Contributor

didn't work for me. While #438 does.

@felixfontein
Copy link
Contributor

@stefanhorning did you test it together with ansible-collections/amazon.aws#262, or did you just test this PR individually? (If the latter, it is not surprising at all that it didn't work.)

@stefanhorning
Copy link
Contributor

Ah, no I missed that. Sorry.

@tremble tremble force-pushed the ec2_launch_template/network branch from 32715c4 to df3545b Compare March 15, 2021 19:36
@tremble tremble changed the title [WIP] ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config Mar 15, 2021
@ansibullbot ansibullbot added community_review integration tests/integration tests tests and removed WIP Work in progress owner_pr PR created by owner/maintainer small_patch Hopefully easy to review labels Mar 15, 2021
@tremble tremble force-pushed the ec2_launch_template/network branch from df3545b to 7631a6d Compare March 15, 2021 19:53
@tremble tremble requested review from jillr and alinabuzachis March 15, 2021 20:05
@tremble
Copy link
Contributor Author

tremble commented Mar 16, 2021

Has tests (which fail prior to the change) and a peer review. Merging

@tremble tremble merged commit 436c980 into ansible-collections:main Mar 16, 2021
danquixote pushed a commit to danquixote/community.aws that referenced this pull request May 16, 2021
…reate_launch_config (ansible-collections#413)

* ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config
* tests
* changelog
@tremble tremble deleted the ec2_launch_template/network branch June 29, 2021 12:56
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request Jul 19, 2021
…reate_launch_config (ansible-collections#413)

* ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config
* tests
* changelog
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request Jul 19, 2021
…reate_launch_config (ansible-collections#413)

* ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config
* tests
* changelog
danielcotton pushed a commit to danielcotton/community.aws that referenced this pull request Nov 23, 2021
…reate_launch_config (ansible-collections#413)

* ec2_launch_template - scrub None parameters from what we'll pass to create_launch_config
* tests
* changelog
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request May 25, 2022
tests: disable ec2_instance for now

Depends-On: ansible/ansible-zuul-jobs#1005
SUMMARY
Disable ec2_instance until we land:

ansible-collections#411
ansible-collections#406
and figure out how to improve the reliabilty of the test.

e.g of failure: https://890aa13aa78f6724352d-5fecf071b6e8bbf9bfb6df76861c0c6d.ssl.cf1.rackcdn.com/406/8f3c9c688f226433b44c0f21c738cf79190f49f4/check/ansible-test-cloud-integration-aws-py36_1/131d33e/job-output.txt


ISSUE TYPE


Bugfix Pull Reques

COMPONENT NAME
tests

Reviewed-by: Mark Chappell <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug community_review has_issue integration tests/integration module module plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants